StytchAPISchemaError

data class StytchAPISchemaError(val message: String) : StytchError

An error class representing a schema error that occurs in Stytch API

Constructors

Link copied to clipboard
fun StytchAPISchemaError(message: String)

Properties

Link copied to clipboard
open override val message: String